home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
- <dialog
- windowtype="EBEMailNotifierDialogs_CT2384137"
- id="EBEmailNotifierXULTestAccountDialogID"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- title="E-mail Account Test"
- onload="EBEMailNotifierDialogsXULEvents_CT2384137.OnLoadTestAccountDialog(event);"
- onunload="EBEMailNotifierDialogsXULEvents_CT2384137.OnUnloadTestAccountDialog(event);"
- buttons="accept"
- buttonlabelaccept="Cancel">
-
- <script type="application/x-javascript" src="chrome://iobitcom/content/ctoolbar.js"/>
-
- <script type="application/x-javascript">
-
- var m_oAddEditDialogDocument = window.arguments[0];
- </script>
- <html:style type="text/css">
- treechildren::-moz-tree-row(selected) { background-color: white; }
- treechildren::-moz-tree-row(odd) { background-color: white; }
- treechildren::-moz-tree-row(odd, selected) { color: black;background-color:white;}
- treechildren::-moz-tree-cell-text { padding-left: 7px; padding-right: 7px; }
- treechildren::-moz-tree-cell-text(selected) { color:black; }
- treechildren::-moz-tree-cell-text(odd, selected) { color: black;background-color:white }
- treechildren::-moz-tree-cell-text(failed) { color: Red; font-weight: Bold; font-size: 13px; background-color:white; }
- treechildren::-moz-tree-cell-text(success) { color: Green; font-weight: Bold; font-size: 13px; background-color:white; }
- </html:style>
- <vbox id="mainBox">
- <label id="EmailAccountTest" value="E-mail Account Test" style="font-weight:bold;"/>
- <separator class="groove"/>
- <hbox pack="center">
- <tree seltype="single" rows="4" hidecolumnpicker="true" style="width:350px;height:120px;">
- <treecols>
- <treecol id="tcTasks" style="width:250px;" label="Tasks" flex="1"/>
- <splitter class="tree-splitter"/>
- <treecol id="tcStatus" label="Status" flex="1"/>
- <splitter class="tree-splitter"/>
- </treecols>
- <html:div style="width:350px;display:none;text-align:left" id="errorLogoutDiv">
- <hbox>
- <image id="imgWarning" height="16" style="height:16px;"/>
- <html:div style="width:330px" id="txtWarning"/>
- </hbox>
- </html:div>
- <treechildren id="treeChildren">
- <treeitem>
- <treerow>
- <treecell id="tcEstablishConnection" src="chrome://iobitcom/skin/blank.png" label=" Establish network connection"/>
- <treecell id="tcEstablishConnectionValue" label=""/>
- </treerow>
- </treeitem>
- <treeitem>
- <treerow>
- <treecell id="tcLoginMsg" src="chrome://iobitcom/skin/blank.png" label=" Login to mail server"/>
- <treecell id="tcLoginMsgValue" label=""/>
- </treerow>
- </treeitem>
- <treeitem>
- <treerow>
- <treecell id="tcFinishMsg" src="chrome://iobitcom/skin/blank.png" label=""/>
- <treecell id="tcFinishMsgValue" label=""/>
- </treerow>
- </treeitem>
- <treeitem>
- <treerow>
- <treecell id="tcFinishMsgDone" label="" src="chrome://iobitcom/skin/blank.png"/>
- <treecell id="tcFinishMsgDoneValue" label=""/>
- </treerow>
- </treeitem>
- </treechildren>
- </tree>
- </hbox>
- <spacer height="20px;"/>
- <separator class="groove"/>
- <hbox pack="center">
- <button dlgtype="accept" id="btnOKCancel" />
- </hbox>
- </vbox>
- </dialog>
-